Lucene search
+L
LinuxLinux Kernel

14606 matches found

CVE
CVE
added 2025/07/10 8:15 a.m.61 views

CVE-2025-38340

CVE-2025-38340: Linux kernel vulnerability in firmware: cs_dsp causing an OOB memory read in KUnit test due to source string length rounding up to allocation size. Reported by KASAN as out-of-bounds in cs_dsp_mock_bin_add_name_or_info(). Affects kernel components involved in firmware cs_dsp; root...

7.1CVSS6.3AI score0.00143EPSS
Save
CVE
CVE
added 2026/02/04 4:8 p.m.61 views

CVE-2026-23097

CVE-2026-23097: Linux kernel migrate path deadlock due to incorrect lock ordering between hugetlb folio_lock and i_mmap_rwsem. Specifically migrate_pages -> migrate_hugetlbs -> unmap_and_move_huge_page -> remove_migration_ptes -> __rmap_walk_file() acquires i_mmap_lock_read while anot...

5.5CVSS5.2AI score0.00114EPSS
Save
CVE
CVE
added 2025/09/15 2:21 p.m.60 views

CVE-2023-53221

The CVE-2023-53221 case concerns a vulnerability in the Linux kernel where a memleak can occur if fentry attachment fails for a BPF trampoline image. The description states that, when the fentry attach fails, the allocated trampoline image remains in memory and can be observed in /proc/kallsyms a...

5.5CVSS6.1AI score0.00145EPSS
Save
CVE
CVE
added 2025/07/02 2:43 p.m.60 views

CVE-2025-38092

CVE-2025-38092 affects the ksmbd component in the Linux kernel. Root cause: the list_first_entry() macro can yield an invalid pointer on empty lists; replaced with list_first_entry_or_null() to safely handle empty lists. Impact described in connected sources includes potential service failure and...

8.8CVSS6.7AI score0.00282EPSS
Save
CVE
CVE
added 2025/07/03 8:36 a.m.60 views

CVE-2025-38172

CVE-2025-38172 refers to a Linux kernel vulnerability in the erofs filesystem driver where a device-type mismatch between primary and extra devices can trigger a use-after-free (UAF). The root cause, as described in the advisory, is that when the primary device is a block device and the extra dev...

7.8CVSS7.2AI score0.00148EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.60 views

CVE-2025-38201

CVE-2025-38201 affects the Linux kernel netfilter nft_set_pipapo. The issue arises when resizing hashtables in netfilter, where WARN_ON_ONCE can trigger if GFP flags allow high bucket counts; the fix clamps the maximum map bucket size to INT_MAX. The vulnerability is described as local-attack-vec...

7.8CVSS6.4AI score0.00193EPSS
Save
CVE
CVE
added 2025/08/16 10:54 a.m.60 views

CVE-2025-38503

CVE-2025-38503 : Linux kernel BTRFS vulnerability with block_group_tree enabled can trigger an assertion while rebuilding the free space tree, causing a kernel BUG and machine halt. The issue occurs when processing an empty block group (no extents/items) and a ret value of 1 is returned by btrfs_...

5.5CVSS6.2AI score0.00145EPSS
Save
CVE
CVE
added 2025/08/16 10:55 a.m.60 views

CVE-2025-38513

CVE-2025-38513 : Linux kernel WiFi zd1211rw driver fix for a potential NULL pointer dereference in zd_mac_tx_to_dev(). The patch adds a NULL check before calling zd_mac_tx_status() to handle the race where skb = __skb_dequeue(q) can return NULL after the distance between queue-length checks and d...

5.5CVSS6.5AI score0.0016EPSS
Save
CVE
CVE
added 2025/08/19 5:2 p.m.60 views

CVE-2025-38562

CVE-2025-38562 affects the Linux kernel ksmbd component. When a client performs two session setups with krb5 authentication to ksmbd, a null pointer dereference in generate_encryptionkey could occur if sess->Preauth_HashValue is NULL while the session is valid. The fix ensures the encryption k...

5.5CVSS7AI score0.07644EPSS
Save
CVE
CVE
added 2025/09/05 5:20 p.m.60 views

CVE-2025-39691

CVE-2025-39691 (Linux kernel) is a use-after-free in fs/buffer when bh_read() is used during ntfs3 mount, where a stack variable map_bh passed to ntfs_get_block_vbo() may be freed before end_buffer_read_sync(), risking stack overrun on put_bh. The issue is triggered in the I/O path for buffer hea...

7.8CVSS5.9AI score0.00174EPSS
Save
CVE
CVE
added 2025/10/09 9:47 a.m.60 views

CVE-2025-39955

The CVE-2025-39955 entry concerns the Linux kernel TCP Fast Open path. The root cause is that tcp_disconnect() failed to clear tcp_sk(sk)->fastopen_rsk, allowing the retransmit timer to trigger while a TFO socket is being reused, potentially delaying or missing a retransmission. The fix implem...

7.8CVSS6AI score0.00147EPSS
Save
CVE
CVE
added 2026/04/24 2:42 p.m.60 views

CVE-2026-31613

The CVE-2026-31613 issue affects the Linux kernel SMB client. A crafted symlink error response from a remote SMB server can trigger an out-of-bounds read during symlink parsing, allowing UTF-16 data to be read via readlink(2). Root cause: smb2_check_message() accepts a CREATE status without valid...

8.1CVSS5.5AI score0.00378EPSS
Save
CVE
CVE
added 2026/05/06 7:21 a.m.60 views

CVE-2026-43074

CVE-2026-43074 affects the Linux kernel eventpoll code. The vulnerability arises from ep_free() freeing the eventpoll structure while still in use by another thread, creating a use-after-free (UAF). The fix defers kfree() of the epi->ep struct to an RCU grace period to prevent UAF; multiple so...

7.8CVSS5.8AI score0.00482EPSS
Save
CVE
CVE
added 2026/05/06 11:28 a.m.60 views

CVE-2026-43229

The CVE-2026-43229 issue affects the Linux kernel via the chips-media wave5 driver. The root cause is an incorrect device cleanup order: video device unregistration was performed after power/runtime disable and hardware power-down, allowing a kthread worker to read hardware registers after autosu...

5.5CVSS5.7AI score0.00127EPSS
Save
CVE
CVE
added 2026/06/08 3:46 p.m.60 views

CVE-2026-46294

CVE-2026-46294 affects the Linux kernel device-mapper (dm-ioctl) in the retrieve_status path. A buffer-overflow could occur after aligning a pointer to an 8-byte boundary if the remaining length calculation wraps past the output buffer, potentially allowing writes beyond the buffer. The advisory ...

7.8CVSS5.8AI score0.00143EPSS
Save
CVE
CVE
added 2026/06/24 7:14 a.m.60 views

CVE-2026-52939

CVE-2026-52939 is addressed by the Debian/Ubuntu Linux kernel fixes in the 6.1.y series. Debian LTS advisories (DLA-4671, DLA-4665) indicate linux-6.1 packages are updated to mitigate this issue, e.g., Debian 11/12 updates shipping linux-6.1 with CVE-2026-52939 included and patched versions such ...

5.5CVSS5.8AI score0.00117EPSS
Save
CVE
CVE
added 2026/06/24 4:28 p.m.60 views

CVE-2026-52955

The CVE-2026-52955 vulnerability affects the Linux kernel’s libceph crush_decode(). A CEPH_MSG_OSD_MAP containing a crush map with at least one bucket could have two bucket algorithm fields (alg and b->alg) that differ, leading to potential out-of-bounds access during allocation or destruction...

9.8CVSS5.8AI score0.0038EPSS
Save
CVE
CVE
added 2004/09/01 4:0 a.m.59 views

CVE-2002-1319

The CVE-2002-1319 issue affects the Linux kernel on x86, specifically versions 2.4.20 and earlier and 2.5.x. The root cause is a flaw in emulation mode where TF and NT EFLAGS are not properly cleared, enabling a local user to cause a denial of service (hang). The impact is a local DoS without rem...

2.1CVSS6.2AI score0.00373EPSS
Save
CVE
CVE
added 2006/01/27 10:0 p.m.59 views

CVE-2002-1572

CVE-2002-1572 describes a signed integer overflow in the Linux kernel’s bttv_read function of the bttv-driver.c (pre-2.4.20). The CVE entry notes the impact as unknown. Connected sources indicate a Red Hat kernel update (RHSA-2002:227) addressing kernel vulnerabilities, suggesting a remediation v...

10CVSS6.7AI score0.02274EPSS
Save
CVE
CVE
added 2004/07/14 4:0 a.m.59 views

CVE-2004-0596

The vulnerability CVE-2004-0596 affects the Equalizer Load-balancer for serial network interfaces (eql.c) in Linux kernel 2.6.x up to 2.6.7. The root cause is a null dereference triggered when a non-existent device name is used, leading to local denial of service. Affected component: eql.c within...

2.1CVSS6.5AI score0.00385EPSS
Save
CVE
CVE
added 2005/03/18 5:0 a.m.59 views

CVE-2005-0767

CVE-2005-0767 is documented in multiple advisories as a race condition in the Radeon DRI driver. The vulnerability affects systems using the Linux kernel with Radeon DRI hardware accelerated graphics, where a local user with DRI privileges could potentially gain root privileges due to a race in t...

6.9CVSS5.8AI score0.00431EPSS
Save
CVE
CVE
added 2005/11/25 9:0 p.m.59 views

CVE-2005-3805

CVE-2005-3805 describes a locking issue in the POSIX timer cleanup on exit for Linux kernel 2.6.10–2.6.14 on SMP systems, enabling local users to cause a denial of service (deadlock) related to process CPU timers. Affected products/versions are Linux kernel 2.6.10–2.6.14 on SMP; the root cause is...

4.9CVSS5.8AI score0.00398EPSS
Save
CVE
CVE
added 2006/01/09 8:0 p.m.59 views

CVE-2005-4352

The CVE-2005-4352 entry documents a time-wrap flaw in BSD securelevels affecting NetBSD 2.1 and earlier and Linux 2.6.15 and earlier. The root cause is an integer overflow in securelevels that allows a local user to bypass time-change restrictions by setting the clock forward to the 32‑bit Unix e...

2.1CVSS6.3AI score0.00468EPSS
Save
CVE
CVE
added 2009/07/23 8:0 p.m.59 views

CVE-2009-2584

CVE-2009-2584 affects the SGI GRU driver in Linux kernels up to and including 2.6.30.2, on ia64 and x86 platforms. The vulnerability is an off-by-one error in the options_write function of drivers/misc/sgi-gru/gruprocfs.c that may allow a local user to overwrite arbitrary kernel memory via a craf...

7.2CVSS7.3AI score0.0052EPSS
Save
CVE
CVE
added 2009/09/21 7:0 p.m.59 views

CVE-2009-3280

The CVE-2009-3280 issue affects the Linux kernel CFG80211 code. Specifically, an Integer signedness error in the find_ie function inside net/wireless/scan.c can be triggered by malformed packets, leading to a denial of service (soft lockup). Affected version range is before 2.6.31.1-rc1. Multiple...

7.8CVSS6.5AI score0.03247EPSS
Save
CVE
CVE
added 2019/11/07 4:43 p.m.59 views

CVE-2010-2243

CVE-2010-2243 applies to the Linux kernel code path kernel/time/clocksource.c on non-GENERIC_TIME systems; triggering an OOPS when reading /sys/devices/system/clocksource/clocksource0/current_clocksource. The vulnerability is described for kernels before version 2.6.34. Connected sources confirm ...

7.8CVSS7.3AI score0.02505EPSS
Save
CVE
CVE
added 2010/10/05 5:0 p.m.59 views

CVE-2010-2653

CVE-2010-2653 concerns a race condition in the Linux kernel’s hvc_close function (drivers/char/hvc_console.c). The vulnerability affects Linux kernels before 2.6.34 and can enable a local attacker to cause a denial of service or potentially other impact by closing a Hypervisor Virtual Console dev...

6.9CVSS7.2AI score0.00381EPSS
Save
CVE
CVE
added 2017/05/12 3:0 p.m.59 views

CVE-2016-10287

CVE-2016-10287 describes an elevation-of-privilege vulnerability in the Qualcomm sound driver within Android’s kernel. The issue could let a local malicious application execute arbitrary code in the kernel context, requiring prior compromise of a privileged process. Affected components/versions i...

7.6CVSS6.6AI score0.01467EPSS
Save
CVE
CVE
added 2017/05/12 3:0 p.m.59 views

CVE-2016-10293

CVE-2016-10293 is an information-disclosure flaw in the Qualcomm video driver on Android (Kernel-3.10). A local malicious app could access data beyond its permissions by exploiting the driver when a privileged process is compromised. The vulnerability is listed for Nexus 5X, Nexus 6P, and Android...

4.7CVSS4.3AI score0.0088EPSS
Save
CVE
CVE
added 2017/01/12 3:0 p.m.59 views

CVE-2016-8395

CVE-2016-8395 - NVIDIA Camera driver (Android) : A stack-allocated buffer overwrite in the NVIDIA Camera component of the Tegra/Android kernel can allow a local attacker to cause a permanent local DoS or privilege escalation. The vulnerability is local (AV:L, PR:H) with high impact on availabilit...

7.1CVSS5AI score0.0078EPSS
Save
CVE
CVE
added 2017/01/12 8:0 p.m.59 views

CVE-2016-8398

CVE-2016-8398 affects Android on kernels up to 3.18, where unauthenticated NAS messages can be processed by the UE when no EPS security context exists. This is a network-exploitable issue (no user interaction) with high impact to confidentiality, integrity, and availability (CVSSv3: AV:N/AC:L/PR:...

10CVSS9AI score0.01598EPSS
Save
CVE
CVE
added 2017/01/12 8:0 p.m.59 views

CVE-2016-8468

CVE-2016-8468 is a local elevation-of-privilege vulnerability in Android’s Binder IPC mechanism. The issue could allow a locally malicious application to run arbitrary code with the privileges of a privileged process, requiring initial compromise of that privileged process. Affected are Android d...

7.6CVSS7AI score0.01296EPSS
Save
CVE
CVE
added 2017/02/08 3:0 p.m.59 views

CVE-2016-8476

CVE-2016-8476 is an elevation-of-privilege vulnerability in the Qualcomm Wi‑Fi driver for Android, allowing a local malicious application to execute code in the kernel once a privileged process is compromised. The issue affects Android kernel versions 3.10 and 3.18; Android ID A-32879283. The NVD...

7.6CVSS6.6AI score0.00845EPSS
Save
CVE
CVE
added 2017/04/05 2:0 p.m.59 views

CVE-2017-0328

Summary (CVE-2017-0328) An information-disclosure vulnerability in the NVIDIA crypto driver could allow a local malicious Android process to access data outside its permission levels. Affected software: Android on kernel 3.10. Exploitation requires a privileged process, so impact is limited to lo...

4.7CVSS5.2AI score0.012EPSS
Save
CVE
CVE
added 2017/03/08 1:0 a.m.59 views

CVE-2017-0334

CVE-2017-0334 is an information-disclosure vulnerability in the NVIDIA GPU driver affecting Android on kernel 3.18 (Android ID A-33245849) where a local malicious app could access data outside its permission levels. The provided documents state the issue is an information disclosure with high imp...

5.5CVSS4.9AI score0.00862EPSS
Save
CVE
CVE
added 2017/02/08 3:0 p.m.59 views

CVE-2017-0438

CVE-2017-0438 is a local elevation-of-privilege issue in the Qualcomm Wi‑Fi driver for Android, enabling a local malicious app to run code in the kernel context. The vulnerability is tied to the Qualcomm Wi‑Fi stack and is listed under Android kernel versions 3.10 and 3.18 with Android IDs A-3240...

7.6CVSS6.6AI score0.0087EPSS
Save
CVE
CVE
added 2017/03/08 1:0 a.m.59 views

CVE-2017-0508

CVE-2017-0508 is an elevation-of-privilege flaw in the Android kernel’s ION subsystem (kernel version 3.18) that could allow a local malicious app to run arbitrary code in kernel context, potentially leading to permanent device compromise. The primary affected component is the kernel ION memory m...

9.3CVSS7.2AI score0.01823EPSS
Save
CVE
CVE
added 2017/03/08 1:0 a.m.59 views

CVE-2017-0533

CVE-2017-0533 corresponds to an information-disclosure vulnerability in the Qualcomm video driver on Android (kernel 3.18). The issue could allow a local malicious app to access data beyond its permissions, requiring initial compromise of a privileged process and user interaction per CVSS3 metric...

4.7CVSS4.3AI score0.00866EPSS
Save
CVE
CVE
added 2017/04/07 10:0 p.m.59 views

CVE-2017-0567

CVE-2017-0567 refers to an elevation-of-privilege flaw in the Broadcom Wi‑Fi driver on Android, allowing a local malicious app to run arbitrary code in the kernel context. The issue is triggered after compromising a privileged process and affects Android devices with kernel versions 3.10 and 3.18...

7.6CVSS6.9AI score0.01496EPSS
Save
CVE
CVE
added 2017/05/12 3:0 p.m.59 views

CVE-2017-0622

CVE-2017-0622 targets the Goodix touchscreen driver in Android, enabling local elevation of privilege to execute code in the kernel via a compromised privileged process. Public details specify Android kernel 3.10 and the Goodix driver as the vulnerable component, with high impact (kernel context ...

7.6CVSS6.6AI score0.01436EPSS
Save
CVE
CVE
added 2025/05/01 2:10 p.m.59 views

CVE-2022-49849

CVE-2022-49849 fixes a Linux kernel flaw in the Btrfs dev_args_match_device path. When devid is set to (u64)-1 via ioctl, the match of devid may be skipped and device matching may succeed incorrectly. The issue was introduced by a patch that added the function used to match devices; the two match...

5.5CVSS6.5AI score0.0019EPSS
Save
CVE
CVE
added 2025/09/18 4:4 p.m.59 views

CVE-2023-53419

CVE-2023-53419 : Linux kernel fix for a NULL-pointer dereference in PREEMPT_RT RCU code. The vulnerability arises when CPU2 reads rnp->exp_tasks without holding rnp->lock while CPU1 may update rnp->exp_tasks to NULL, leading to a dereference of a NULL pointer. The documented fix is to ho...

5.5CVSS6.1AI score0.00145EPSS
Save
CVE
CVE
added 2025/01/19 11:52 a.m.59 views

CVE-2024-57909

CVE-2024-57909 – Linux kernel iio bh1745 information leak : The vulnerability occurs in the IIO light driver (bh1745) where the ‘scan’ local struct used to push data to userspace from a triggered buffer is not initialized for inactive channels, since the code only uses iio_for_each_active_channel...

7.1CVSS6.1AI score0.00234EPSS
Save
CVE
CVE
added 2025/03/06 3:54 p.m.59 views

CVE-2024-58073

CVE-2024-58073 affects the Linux kernel component drm/msm/dpu, where dpu_plane_atomic_print_state() could dereference NULL when the pipe state is dumped without a corresponding atomic_check() and pipe->sspp is assigned. The issue is resolved by adding a validation check for sspp in the dpu pla...

5.5CVSS7.2AI score0.0015EPSS
Save
CVE
CVE
added 2025/06/18 9:33 a.m.59 views

CVE-2025-38054

The CVE-2025-38054 issue affects the Linux kernel PTP clock framework (ocp) in debugfs summary output. It could dereference NULL or access out-of-bounds elements in freq_in[] and signal_out[] due to uninitialized elements. The fix adds per-array counters (nr_freq_in, nr_signal_out) with a maximum...

5.5CVSS6.3AI score0.00157EPSS
Save
CVE
CVE
added 2025/07/03 8:35 a.m.59 views

CVE-2025-38101

CVE-2025-38101 is publicly addressed in the openSUSE/SUSE advisory for the Linux kernel. The issue concerns the ring-buffer subsystem, specifically the function ring_buffer_subbuf_order_set(), where the critical section was enlarged to ensure error handling runs with the per-buffer mutex held, pr...

7.8CVSS7.6AI score0.00167EPSS
Save
CVE
CVE
added 2025/07/04 1:37 p.m.59 views

CVE-2025-38232

CVE-2025-38232 relates to a race in NFSD where nfsd registration and proc exports may collide. The Linux kernel fix addresses a race between creating the /proc/fs/nfsd entry and its removal during module init/exit, which could cause kernel OOPs when exports are updated (exportfs -r) while nfsd is...

7.8CVSS6.3AI score0.00142EPSS
Save
CVE
CVE
added 2025/07/10 8:15 a.m.59 views

CVE-2025-38339

CVE-2025-38339: Linux kernel powerpc/bpf trampoline JIT size calculation could overflow when arch_bpf_trampoline_size() estimates size before allocation. The dummy pass size may differ from actual JIT needs, causing a WARN_ON_ONCE overflow check in arch/powerpc/net/bpf_jit_comp.c. The fix account...

7.8CVSS7.3AI score0.00137EPSS
Save
CVE
CVE
added 2025/07/25 12:47 p.m.59 views

CVE-2025-38359

CVE-2025-38359 affects the Linux kernel on s390/x architectures. The issue is a fix in in_atomic() handling in do_secure_storage_access() where kernel user-space accesses to not-exported pages in atomic context can trigger a page fault handling path. The described impact involves a potential slee...

5.5CVSS6AI score0.00105EPSS
Save
CVE
CVE
added 2025/07/25 12:47 p.m.59 views

CVE-2025-38360

CVE-2025-38360 is a Linux kernel vulnerability affecting drm/amd/display where insufficient HUBP/DSC domain checks could leave the HUBP domain mismatched to a DSC instance, risking an undefined tile state and potential system hang. The advisory states that the fix adds more checks to ensure the H...

5.5CVSS6.4AI score0.00154EPSS
Save
Total number of security vulnerabilities14606